C1.Win.8 Assembly / C1.Framework Namespace / RadioButtonElement Class / RadioButtonElement Constructor / RadioButtonElement Constructor(Object[])
An System.Array of objects to display as content.

In This Topic
RadioButtonElement Constructor(Object[])
In This Topic
Initializes a new RadioButtonElement with specified content.
Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray content() As Object _
)
 

Parameters

content
An System.Array of objects to display as content.
See Also